keymap: Remove leftover code
authorMatthias Clasen <mclasen@redhat.com>
Wed, 6 May 2020 17:15:45 +0000 (13:15 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 6 May 2020 17:15:45 +0000 (13:15 -0400)
commitbaf82cdf7ab500818eb37848881966bb1e6a2ebc
treee268e5e2b4364e254eec2f2a27de413ecad1185a
parente2058aaecd897da3935ac9d067bc0f12e22e34fe
keymap: Remove leftover code

When I removed the 0-termination for the entries for
each keyval, I remove the code initializing the key,
but accidentally left the code that adds it to the
array, so gdk_keymap_get_cached_entries_for_keyval
returns one extra, uninitialized value at the end
of the array. Stop doing that.
gdk/gdkkeys.c